DIFFEQ
Source Files
Modules
Procedures
Derived Types
ode_mass_matrix
Interface
20 statements
Source File
diffeq_base.f90
diffeq_base
ode_mass_matrix
Contents
None
interface
public pure subroutine ode_mass_matrix(x, y, m)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=real64),
intent(in)
::
x
real(kind=real64),
intent(in),
dimension(:)
::
y
real(kind=real64),
intent(out),
dimension(:,:)
::
m